crypto/internal/edwards25519.projP1xP1.AddAffine (method)
6 uses
	crypto/internal/edwards25519 (current package)
		edwards25519.go#L312: func (v *projP1xP1) AddAffine(p *Point, q *affineCached) *projP1xP1 {
		scalarmult.go#L57: 		tmp1.AddAffine(v, multiple)
		scalarmult.go#L75: 		tmp1.AddAffine(v, multiple)
		scalarmult.go#L202: 			tmp1.AddAffine(v, multB)
		tables.go#L57: 		v.points[i+1].FromP3(tmpP3.fromP1xP1(tmpP1xP1.AddAffine(q, &v.points[i])))
		tables.go#L83: 		v.points[i+1].FromP3(tmpP3.fromP1xP1(tmpP1xP1.AddAffine(&q2, &v.points[i])))
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |